Raleigh: Improve scale theming
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 17:12:14 +0000 (12:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 17:12:14 +0000 (12:12 -0500)
Add some visual indication for fine adjustment mode in scales
and scrollbars.

gtk/gtk-default.css

index b8e191997416d624f627f72db3ebd99c4047895e..ad8b4ee4e4af6a0dae7a97252f5539678e28c723 100644 (file)
@@ -308,6 +308,17 @@ GtkSpinButton.button:hover {
   border-color: shade (@bg_color, 0.8);
 }
 
+.scale.slider.fine-tune:active,
+.scale.slider.fine-tune:active:hover,
+.scale.slider.fine-tune.horizontal:active,
+.scale.slider.fine-tune.horizontal:active:hover {
+  border-width: 5px;
+}
+
+.scrollbar.slider.fine-tune {
+  border-width: 5px;
+}
+
 GtkSwitch.trough:active {
   background-color: @selected_bg_color;
   color: @selected_fg_color;